Action hook 'manage_{$this->screen->id}_custom_column'

in WP Core File wp-admin/includes/class-wp-privacy-requests-table.php at line 508

Description

Fires for each custom column of a specific request type in the Requests list table. Custom columns are registered using the {@see 'manage_export-personal-data_columns'} and the {@see 'manage_erase-personal-data_columns'} filters.

Occurrences

Filename Line Number
wp-admin/includes/class-wp-privacy-requests-table.php 508
wp-admin/includes/class-wp-application-passwords-list-table.php 141

Parameters

Type Name Description
string $column_name The name of the column to display.
WP_User_Request $item The item being shown.

PHP Doc

/**
		 * Fires for each custom column of a specific request type in the Requests list table.
		 *
		 * Custom columns are registered using the {@see 'manage_export-personal-data_columns'}
		 * and the {@see 'manage_erase-personal-data_columns'} filters.
		 *
		 * @since 5.7.0
		 *
		 * @param string          $column_name The name of the column to display.
		 * @param WP_User_Request $item        The item being shown.
		 */